projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82a138c
)
(xselect-convert-to-string): Move comment to intended line.
author
Luc Teirlinck
<teirllm@auburn.edu>
Mon, 3 May 2004 21:46:00 +0000
(21:46 +0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Mon, 3 May 2004 21:46:00 +0000
(21:46 +0000)
lisp/select.el
patch
|
blob
|
history
diff --git
a/lisp/select.el
b/lisp/select.el
index d6a18fee70614286bf3c6f0ef96499fae6ac6a6d..c095ea50c44418ea2aa74cdcd71eae886895d000 100644
(file)
--- a/
lisp/select.el
+++ b/
lisp/select.el
@@
-176,8
+176,8
@@
Cut buffers are considered obsolete; you should use selections instead."
(if coding
(setq coding (coding-system-base coding))
(setq coding 'raw-text))
- ;; Suppress producing escape sequences for compositions.
(let ((inhibit-read-only t))
+ ;; Suppress producing escape sequences for compositions.
(remove-text-properties 0 (length str) '(composition nil) str)
(cond
((eq type 'TEXT)